home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / Batch.sch < prev    next >
Text File  |  2004-01-06  |  3KB  |  110 lines

  1. object TPersHolder
  2.   P.Name = 'MS-DOS Batch Language'
  3.   P.Extensions.Strings = (
  4.     'bat')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       FIText = 0
  9.       FIIntNum = 1
  10.       FIFloatNum = 2
  11.       FIHexNum = 3
  12.       UseComments = True
  13.       UseSingleLineComments = True
  14.       UseFullLineComments = True
  15.       UseStrings = True
  16.       UseSingleLineStrings = True
  17.       UseNumbers = True
  18.       UseKeywords = True
  19.       BlockDelimiters = <>
  20.       SingleLineCommentDelimiters = <
  21.         item
  22.           FontID = 4
  23.           LeftDelimiter = 'rem'
  24.         end>
  25.       FullLineCommentDelimiters = <
  26.         item
  27.           FontID = 5
  28.           LeftDelimiter = ':'
  29.         end>
  30.       SingleLineStringDelimiters = <
  31.         item
  32.           FontID = 7
  33.           LeftDelimiter = '"'
  34.           RightDelimiter = '"'
  35.         end>
  36.       KeywordSets = <
  37.         item
  38.           FontID = 6
  39.           Name = 'commands'
  40.           Keywords =
  41.             'call,do,echo,errorlevel,exist,for,goto,if,in,not,pause,rem,set,s' +
  42.             'hift'
  43.         end>
  44.     end>
  45.   P.FontTable = <
  46.     item
  47.       FontID = 0
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clBlack
  50.       Font.Height = -13
  51.       Font.Name = 'Courier New'
  52.       Font.Style = []
  53.     end
  54.     item
  55.       FontID = 1
  56.       Font.Charset = DEFAULT_CHARSET
  57.       Font.Color = clGreen
  58.       Font.Height = -13
  59.       Font.Name = 'Courier New'
  60.       Font.Style = []
  61.     end
  62.     item
  63.       FontID = 2
  64.       Font.Charset = DEFAULT_CHARSET
  65.       Font.Color = clGreen
  66.       Font.Height = -13
  67.       Font.Name = 'Courier New'
  68.       Font.Style = []
  69.     end
  70.     item
  71.       FontID = 3
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = clGreen
  74.       Font.Height = -13
  75.       Font.Name = 'Courier New'
  76.       Font.Style = []
  77.     end
  78.     item
  79.       FontID = 4
  80.       Font.Charset = DEFAULT_CHARSET
  81.       Font.Color = clGray
  82.       Font.Height = -13
  83.       Font.Name = 'Courier New'
  84.       Font.Style = [fsItalic]
  85.     end
  86.     item
  87.       FontID = 5
  88.       Font.Charset = DEFAULT_CHARSET
  89.       Font.Color = clGray
  90.       Font.Height = -13
  91.       Font.Name = 'Courier New'
  92.       Font.Style = [fsBold]
  93.     end
  94.     item
  95.       FontID = 6
  96.       Font.Charset = DEFAULT_CHARSET
  97.       Font.Color = clBlue
  98.       Font.Height = -13
  99.       Font.Name = 'Courier New'
  100.       Font.Style = [fsBold]
  101.     end
  102.     item
  103.       FontID = 7
  104.       Font.Charset = DEFAULT_CHARSET
  105.       Font.Color = clMaroon
  106.       Font.Height = -13
  107.       Font.Name = 'Courier New'
  108.       Font.Style = []
  109.     end>
  110. end